From 9a462946a462bdb67abf2fe67bba2f2b713bb745 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20Jard=C3=B3n?= Date: Mon, 17 Oct 2011 02:52:51 +0100 Subject: [PATCH] configure.ac: Check for AM_SILENT_RULES after AM_INIT_AUTOMAKE --- configure.ac | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 4e5d49a..53352fd 100644 --- a/configure.ac +++ b/configure.ac @@ -41,11 +41,6 @@ AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR(babl/babl.h) AC_CONFIG_MACRO_DIR([m4]) -# Enable silent build rules by default, requires at least -# Automake-1.11. Disable by either passing --disable-silent-rules to -# configure or passing V=1 to make -m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) - BABL_MAJOR_VERSION=babl_major_version BABL_MINOR_VERSION=babl_minor_version BABL_MICRO_VERSION=babl_micro_version @@ -112,6 +107,11 @@ dnl ========================================================================== AM_INIT_AUTOMAKE(no-define no-dist-gzip -Wno-portability) +# Enable silent build rules by default, requires at least +# Automake-1.11. Disable by either passing --disable-silent-rules to +# configure or passing V=1 to make +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) + BABL_VARIADIC_MACROS AC_DISABLE_STATIC -- 2.30.2